home *** CD-ROM | disk | FTP | other *** search
- if(_root.CacheCraque.hitTest(_root.Portail.Feu.FeuParti.FeuExplose))
- {
- set("/Variables:NbFeuTouche",eval("/Variables:NbFeuTouche") + 1);
- if(eval("/Variables:NbFeuTouche") == 4)
- {
- tellTarget("_root.Portail")
- {
- gotoAndStop("Explose");
- play();
- }
- }
- else
- {
- tellTarget("_root.Sons")
- {
- gotoAndStop("SndCraque");
- play();
- }
- tellTarget("_root.Portail.Craque")
- {
- nextFrame();
- }
- }
- }
-